Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed implicit function declaration request_M0() in Printing.c #1584

Merged
merged 1 commit into from
Feb 2, 2021

Conversation

pprugger
Copy link
Contributor

Description

This PR fixes a bug introduced in PR #1533
@Thro42

request_M0() is not exported in gcode.h so the compiler can't find the function in Printing.c
which results in a function call of an empty function.

Best regards
pprugger

@bigtreetech bigtreetech merged commit 3cbe429 into bigtreetech:master Feb 2, 2021
Uz45 added a commit to Uz45/BIGTREETECH-TouchScreenFirmware that referenced this pull request Feb 2, 2021
…etech#1584

This PR fixes a bug introduced in PR bigtreetech#1533
@Thro42

request_M0() is not exported in gcode.h so the compiler can't find the function in Printing.c
which results in a function call of an empty function.
jeffeb3 pushed a commit to V1EngineeringInc/BIGTREETECH-TouchScreenFirmware that referenced this pull request Nov 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants